There are two steps. First you have to create the partition, then you have to build the filesystem on it. From the CLI as root, the following commands will ...
The principal tool for making an ext2/3 file system in a partition is mke2fs. It is usually found in /sbin. mkfs.ext2 and mkfs.ext3 are frontends which pass ...